Welcome![Sign In][Sign Up]
Location:
Search - a file m

Search list

[Communication-MobileUWB_Fifth_Order_Derivative

Description: Models UWB TX and RX using BPSK fifth derivative. MATLAB Release: R13 Description: This m file models a UWB system using BPSK with the fifth order derivative of the gaussian pulse with correlation receiver and intgrator. -Models UWB TX and RX using BPSK fifth derivative. MATLAB Release : R13 Description : This file m models a UWB system using BPSK with the fifth order derivative of the Gaussian pulse with correlation receiver and intgrator.
Platform: | Size: 5526 | Author: 王琼 | Hits:

[CSharpEULER1

Description: Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。-Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.
Platform: | Size: 62019 | Author: 无翼 | Hits:

[Other resourceVolterra_MultiStepPred_luzhenbo

Description: 基于Volterra滤波器混沌时间序列多步预测 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 参考文献: 1、张家树.混沌时间序列的Volterra自适应预测.物理学报.2000.03 2、Scott C.Douglas, Teresa H.-Y. Meng, Normalized Data Nonlinearities for LMS Adaptation. IEEE Trans.Sign.Proc. Vol.42 1994 文件说明: 1、original_MultiStepPred_main.m 程序主文件,直接运行此文件即可 2、original_train.m 训练函数 3、original_test.m 测试函数 4、LorenzData.dll 产生Lorenz离散序列 5、normalize_1.m 归一化 6、PhaSpaRecon.m 相空间重构 7、PhaSpa2VoltCoef.dll 构造 Volterra 自适应 FIR 滤波器的输入信号矢量 Un 8、TrainTestSample_2.m 将特征矩阵前 train_num 个为训练样本,其余为测试样本 9、FIR_NLMS.dll NLMS自适应算法-based Volterra filters chaotic time series multi-step forecast Author : bo, the Navy Engineering from the University of peer welcome exchanges and cooperation, more and download articles please visit my personal web page e-mail : luzhenbo@sina.com WEBSITE : luzhenbo.88uu.com.cn References : 1, and Zhang Shu. the chaotic time series Volterra adaptive prediction. physics reported .2000.03 2, Scott C. Douglas, H.-Y. Teresa Meng, Normalized Data for LMS Adaptation Nonlinearities. IEEE Trans.Sign.Proc . Timing 1994 document : 1, original_MultiStepPred_main.m procedures master file directly run this document can be 2, 3 original_train.m training function, the function tests original_test.m 4, LorenzData.dll have Lorenz five discrete sequence, a normalize_1.m naturalization of six, PhaSpaRecon.m
Platform: | Size: 11847 | Author: 陆振波 | Hits:

[Search Enginefirtex_beta102_src

Description: FirteX介绍 功能: 支持增量索引,差量索引,多字段索引,提供了3种前向索引方式; 支持纯文本,HTML,PDF等文件格式; 提供快速中文分词; 从底层到高层,提供了多种索引访问接口,灵活自由地使用索引文件; 提供丰富的检索语法,支持多字段检索,日期范围检索,检索结果自定义排序等。 性能: 在Pentium 4 2.8G 2GRAM的机器上超过200Mb每分钟的索引速度 在近7G的索引文件(100G网页,11G纯文本的索引)上检索,仅使用十几M内存在数毫秒内返回查询结果; 支持Tb数量级的文本索引和检索 -FirteX introduced functions : support incremental indexing, index differential, multi-field indexing, provided to the three types of indexing; supports text, HTML, PDF and other file formats; provide rapid Chinese word segmentation; from the bottom to the top, providing a wide variety of index access interface and the flexibility and freedom to use index files; provide rich search syntax, support multi-field search, date range search, retrieval results from the definition of ranking. Performance : the Pentium 4 2.8G 2GRAM machines over 200 Mb per minute rate of the index in the last seven G. Index (100G website 11G text indexing), retrieval, Use only a dozen M memory in a few milliseconds to return to search results; Tb magnitude support the text indexing and retrieval
Platform: | Size: 13796524 | Author: 阮正 | Hits:

[Crack Hack300_encrypt

Description: 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds] -encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Primitives : - To generate an RSA key cryptest g-To encrypt an d decrypt a string using RSA cryptest r-To calcu late MD5, SHS, and RIPEMD algorithms-160 message digests : cryptest m file-To encrypt and decrypt a string using DES-EDE in CBC mode : cryptest t-To encrypt or decrypt a file cryptes t e | d input output - To share a file into shadows : cryptest's
Platform: | Size: 389062 | Author: Nikii | Hits:

[Other resourceOptimize

Description: MATLAB 6_5 辅助优化计算与设计 1、文件命名说明 a)文件夹“第1章”中的文件对应书中第1章的例程,其他以此类推; b) 文件名exampleX1_X2.m:对应例程X1_X2 例如:example2_1表示例程2_1. 2、注意 为了方便起见,书中的每一个例程存为一个文件;而有些例程中将其调用的函数文件也放在这个例程文件中,所以读者在运行光盘中的例程文件时注意这一点,如果是这样的例程文件应该将其调用的函数文件分离出来另存为一个文件。-MATLAB 6_5 Auxiliary and Design Optimization 1, Note document naming a) folder "Chapter 1" in the document corresponding book Chapter 1 of the routines, other analogy; b) Name exampleX1_X2.m : X1_X2 corresponding routines such as : example2_1 said two compression routines. 2, the attention for the sake of convenience, Each book deposit for a routine one; Some routines will call a function of its documents on the routines document, Therefore, the reader is running the routines CD document to this point, If this is the routine document should be called to separate the function documents saved as a file.
Platform: | Size: 69017 | Author: lyf | Hits:

[Otherhammingcodes3

Description: A simple m-file to compute the experiemntal BER of coded BPSK-A simple m-file to compute the experiemnta l coded BER of BPSK
Platform: | Size: 1549 | Author: 王峥 | Hits:

[Special EffectsSimTIFFToImage.m

Description: Converts a monochrome mosaiced TIFF file to simulator format. 在matlab上运行,去除模糊图像,重影。-Converts a monochrome TIFF file mosaiced t o simulator format. In Matlab run, remove fuzzy images ghost.
Platform: | Size: 4057 | Author: 小明 | Hits:

[Com PortSerialComOCX

Description: 基于事件驱动的串口通讯控件 消息帧数据格式: 1 0 A B X X 其中 10 为消息标识, AB表示文本长度,L=A*100+B XX为配位字符,任意 控制帧数据格式 0 1 A B M N 其中 01为控制标识, AB为请求标识 MN为附加标识 11表示请求对方接收文件,M表示描述字串中文件名子串的长度 N表示描述字串中文件大小子串的长度 10通知对方放弃传输 00通知文件传输完毕 01请求对方发送数据, MN为10请求发送下一个 MN为00请求重发 数据帧数据格式 0 0 A B M N 其中 00 为数据标识, AB表示数据长度,L=A*100+B MN为校验,M*100+N=A+B -based on event-driven serial communication control information data frame format : 1 0 A B X X 10 news for identification, said AB text length, L = A * 100 B XX Coordination of characters arbitrary control data frame format 0 1 A B M N which control 01 of identification, AB logo MN request for additional identification to request the other 11 said receiving the document, M said documents describing string name, string length N said Description Size string substring length of 10 to notify each other up 00 disposable transmission notice file transfer completed 01 requests each other this data, MN request to send 10 MN under a request for renewal of 00 data frame data format 0 0 A B M N which number 00 According to the labels, AB indicates that the data length, L = A * B 100 MN for verificati
Platform: | Size: 12372 | Author: 空瓶子 | Hits:

[Other resourceGenetic_Algorithm_Optimization_Toolbox_package_Mat

Description: This directory contains the Genetic Algorithm Optimization Toolbox for Matlab To use this, if you are local to NCSU and have AFS access to this directory, simply extend the matlab path using the following command. You can also place this command in a file called startup.m. Everytime you start Matlab in the directory containing this file, the path will always be extended.
Platform: | Size: 106941 | Author: 张志 | Hits:

[OtherMatlabSharedLib_demo

Description: Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Platform: | Size: 65783 | Author: vipjvs | Hits:

[Other resourceA_Matlab_Tour_of_Wavelet_Programming

Description: This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains \"holes\" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
Platform: | Size: 6065881 | Author: 风帆 | Hits:

[matlaba

Description: this m.file is about wsn
Platform: | Size: 31744 | Author: mahsa | Hits:

[Communication-MobileM-QAM

Description: send to everybody a file pdf
Platform: | Size: 141312 | Author: minh | Hits:

[matlabLAGRANGE

Description: This is a file.m (Matlab) with the Lagrange method
Platform: | Size: 6144 | Author: Clarissa | Hits:

[AlgorithmgradientDescentTrain.m.tar

Description: 一个matlab的m文件,使用梯度下降法进行数据训练实现数据分类(线性可分问题)- A matlab m file, the training data using a gradient descent method for data classification (linearly separable problems)
Platform: | Size: 1024 | Author: wang xiangwei | Hits:

[Successful incentive1-Introduction-a-Psim

Description: i m just traying upload a file about psim logiciel that used in electrical simulation , for electronic power
Platform: | Size: 331776 | Author: HAMMOU Or | Hits:

[matlabm-gold-code

Description: 压缩包含两个文件 第一个m_sequence.m是产生m序列的子程序 第二个mgoldmake.m是产生m序列和gold序列的程序-Compressed file contains two. The first program(m_sequence.m) is a subroutine m sequence. The second program(mgoldmake.m ) is to produce m sequences and gold sequences
Platform: | Size: 1024 | Author: i6900 | Hits:

[matlaba-M-file-for-Counting-traffic-volume

Description: 一款简单的原创M脚本,通过帧直接识别视频中的车流量,使车流量数据的统计更加便捷。-A simple M original script by frame directly identify the video traffic, data traffic statistics to make more convenient.
Platform: | Size: 114688 | Author: | Hits:

[matlabTest.m

Description: This is a test file, which can be used in MATLAB for testing.
Platform: | Size: 492 | Author: klxdale | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net